home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / misc / FAQ < prev    next >
Encoding:
Text File  |  1994-04-15  |  5.0 KB  |  126 lines

  1. Q: Is there any documentation for ifgate and ifcico?
  2. A: No, sorry.  Only README files and example configuration file.  And
  3.    this FAQ list, of course.
  4.  
  5. Q: Will ifcico work in multiline environment?
  6. A: Hopefully yes, though the mechanism of skipping locked files is
  7.    not well tested.
  8.  
  9. Q: How do I create a nodelist?
  10. A: You need not.  Take a fresh nodelist from a nearby FidoNet node.
  11.  
  12. Q: How do I compile the nodelist?
  13. A: With ifindex program.  You also need to keep the original nodelists.
  14.  
  15. Q: How do I compile a nodediff?
  16. A: Try nledit from the misc/nledit directory.
  17.  
  18. Q: The diffs to getty_ps do not fit, and besides that, ifcico cannot
  19.    originate call while uugetty is active on the dialin line.  Any ideas?
  20. A: Take getty_ps version 2.0.7c, versions prior to 2.0.7b are unusable.
  21.  
  22. Q: When I start ifcico without parameters, it displays banner and does
  23.    noting.  Ctrl-C, Ctrl-\ etc. do not help.  What's on?
  24. A: This is correct behavior in slave mode.  To make outgoing calls, start
  25.    it with "-r1" parameter.  If you unintentionally started it in slave
  26.    mode, just wait several minutes, and it will finish.
  27.  
  28. Q: Do directories in config file need ending "/" ?
  29. A: No.  But it won't do any harm.
  30.  
  31. Q: How do I create alias in the database?
  32. A: You need not.  It is created automatically as mail goes from Internet
  33.    to FidoNet.
  34.  
  35. Q: How do I monitor as the things happen?
  36. A: tail -f /usr/local/lib/fnet/iflog
  37.  
  38. Q: How do I tell ifcico to poll a node?
  39. A: Either create an empty .flo or start ifcico with the node address in the
  40.    command line.
  41.  
  42. Q: How do I arrange a coninious poll of a node until a successfull session 
  43.    occurs?
  44. A: #!/bin/sh
  45.    while :
  46.    do
  47.      if /usr/local/lib/fnet/ifcico f123.n456
  48.      then
  49.        exit 0
  50.      fi
  51.      sleep 30
  52.    done
  53.  
  54. Q: How do I send a message with just this specific AKA in the From:?
  55. A: Either modify your config file to make it primary address, or forge
  56.    customized "From:" header in the RFC-822 message before feeding it
  57.    to MTA (or ifmail).
  58.  
  59. Q: When I run ifunpack (iftoss) packets disapper but nothing is passed 
  60.    to sendmail/rnews.  What's on?
  61. A: You probably specified non-zero debug level.  Your mail/newsbatches
  62.    are now in /tmp/ifmail directory.
  63.  
  64. Q: Why doesn't ifmail check whether it can deliver the mail locally?
  65. A: ifmail is not an MTA, it is only a gateway!  Iftoss _has_ to do some
  66.    smart routing work, to be able to use alias database, but generally
  67.    this is your MTA's responcibility to distinguish local addresses.
  68.  
  69. Q: Why doesn't ifmail accept addresses in fido-format (2:283/315.38) ?
  70. A: Because.
  71.  
  72. Q: Why do I get a warning about the out-of-date nodelist index so often?
  73. A: Nodelist index should be rebuilt if any of the source nodelists *OR*
  74.    any of the config files is younger than the index.
  75.  
  76. Q: When ifcico receives a file request, does it perform a subdirectory
  77.    seach?
  78. A: No.  But remember that in UN*X files may have more than one link.
  79.  
  80. Q: How do I create a file request?
  81. A: Make an FTS-0006 compatible file in the outbound directory with the
  82.    name XXXXYYYY.req, where XXXX is a hexadecimal net number, and YYYY
  83.    is a hexadecimal node number.  In the simplest case, it would contain 
  84.    just file names (one at a line).
  85.  
  86. Q: How do I specify the "To:" field in the news article to be passed to
  87.    FidoNet?
  88. A: Use "X-Comment-To:" header (or simply "Comment-To:")
  89.  
  90. Q: How do I get rid of the RFC headers converted to that silly kludges
  91.    in the FidoNet messages?
  92. A: You cannot.  The author insists on *always* keeping the header
  93.    information.  There is a Good Reason to keep them, trust me!
  94.  
  95. Q: How do I achieve default FidoNet routing - either "direct" or "host",
  96.    "hub", "zonegate" routing?
  97. A: Generally, this is MTA's responcibility.  ifroute program, that can
  98.    be used as a "queryprogram" in Smail, is under development.
  99.  
  100. Q: When I link ifcico, I get an unresolved reference: yy???.o.  Any hints?
  101. A: Try adding "-ll" (or "-lfl" if you are using flex) to the LIBS in the
  102.    CONFIG file.
  103.  
  104. Q: All articles I receive from my FidoNet uplink are routed back (as I see
  105.    in the cnews log, and in the cnews "togo" file).  Why?
  106. A: Because in the cnews "sys" you specified the site name in a format
  107.    other than recommended "fNNN.nMMM" (or "pLLL.fNNN.nMMM").
  108.  
  109. Q: Is it possible to to have FidoNet correspondents look like internettes
  110.    in Internet, i.e. have "From: User.Name@Inter.net.domain" instead of
  111.    "From: User.Name@pNN.fMM.nLL.zX.something.org"?
  112. A: In many cases this can be done with the "domtrans" configuration verb.
  113.  
  114. Q: After calling a Fido node I find these lines in iflog:
  115.    "tcsetattr(0,TCSADRAIN,clocal) return -1 \n\terrno=5 : I/O error"
  116.    Should I be worried about these errors?
  117. A: No.  On some systems, kernel does not allow any tty I/O after hangup,
  118.    thus preventing ifcico from resetting the modem after call.
  119.  
  120. Q: On SCO UNIX, ifcico cannot obtain device for dialout.  What's on?
  121. A: Probably this is a permission problem creating a LCK file: either
  122.    make /usr/spool/uucp world-writable or make uucico owned by uucp.
  123.  
  124. Q: Will ifmail ever run on MS/DOS?
  125. A: No.
  126.